home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / biz / dbase / AvgObjectSize.readme < prev    next >
Text File  |  1999-03-02  |  2KB  |  51 lines

  1. Short:    FinalCalc report from MiniSQL in ARexx
  2. Author:   ssolie@home.com (Steven Solie)
  3. Uploader: ssolie@home.com (Steven Solie)
  4. Version:  1.1
  5. Type:     biz/dbase
  6. Requires: Kickstart 40.68
  7.  
  8.           MiniSQL 2.0.6
  9.           FinalCalc 1.05
  10.  
  11. This program is an ARexx script which connects to a MiniSQL database and
  12. transfers data to FinalCalc for processing and graphing.  The process
  13. is completely automatic and very fast on my A3000/030.
  14.  
  15. The script was created as an aid during the planning stage of a software
  16. project.  The software project would be broken down into known object
  17. types and compared to historical data stored in the MiniSQL database.
  18. From this data the size of the new project can be estimated more
  19. accurately even if it has never been attempted before.
  20.  
  21. Usage: rx AvgObjectSize.rexx <category>
  22.  category - one of the following [10|20|30|40|50|60|70]
  23.  
  24. Category 50 (Data) has a good set of data to play with.
  25.  
  26. It is expected that you use the ideas in the source code to create your own
  27. spreadsheets and graphs.  Feel free to create new programs based on the
  28. source code.  For example, if you use TurboCalc then alter the script to
  29. create graphs from TurboCalc.
  30.  
  31. SQL scripts are provided to create the necessary tables and load in a
  32. sample set of data.  The database name is 'psp' and must be created prior
  33. to running the SQL scripts.  A familiarity with MiniSQL is assumed.
  34.  
  35. Feel free to contact me with questions and/or comments.
  36.  
  37. --Steven Solie
  38. ssolie@home.com, ssolie@ieee.org, http://members.home.net/ssolie/
  39.  
  40.  
  41. ============================= Archive contents =============================
  42.  
  43. Original  Packed Ratio    Date     Time    Name
  44. -------- ------- ----- --------- --------  -------------
  45.      628     271 56.8% 14-Feb-99 09:38:46  AvgObjectSize.info
  46.     1531     806 47.3% 14-Feb-99 09:38:52 +AvgObjectSize.readme
  47.     4021    1363 66.1% 14-Feb-99 09:38:52 +AvgObjectSize.rexx
  48.     4724     657 86.0% 14-Feb-99 09:38:52 +object.sql
  49. -------- ------- ----- --------- --------
  50.    10904    3097 71.5% 15-Feb-99 02:39:00   4 files
  51.